home *** CD-ROM | disk | FTP | other *** search
/ NBC Slam Jams! / NBC Slam Jams!.iso / nbademo.exe / CABFILE / IDR_CABFILE / Data / UIScript / SingGame / SPORTBAR.UI < prev    next >
Text File  |  1999-06-14  |  4KB  |  218 lines

  1. "2D\UI\SportBar"
  2.  
  3. //********************************
  4. //  Data Container
  5. //********************************
  6. DataContainer {
  7.     Int "SportBarCurrentScreen" {
  8.         RadioGroup "SportBar";
  9.         InitialValue 0;
  10.     };
  11. };
  12.  
  13.  
  14. //********************************
  15. //  Images
  16. //********************************
  17. Image "SportBarBack" {
  18.     Filename "BckBar";
  19. };
  20.  
  21. Image "PushedSchedule" {
  22.     Filename "psched";
  23. };
  24.  
  25. Image "FocusedSchedule" {
  26.     Filename "fsche";
  27. };
  28.  
  29. Image "ArmedSchedule" {
  30.     Filename "asche";
  31.     Position [0, 1];
  32. };
  33.  
  34. Image "PushedAndArmedSchedule" {
  35.     Filename "fpsched";
  36. };
  37.  
  38.  
  39. Image "FocusedStatistics" {
  40.     Filename "fstat";
  41. };
  42.  
  43. Image "PushedStatistics" {
  44.     Filename "pstat";
  45. };
  46.  
  47. Image "ArmedStatistics" {
  48.     Filename "astat";
  49.     Position [0, 1];
  50. };
  51.  
  52. Image "PushedAndArmedStatistics" {
  53.     Filename "fpstat";
  54. };
  55.  
  56.  
  57. Image "FocusedStandings" {
  58.     Filename "fstand";
  59. };
  60.  
  61. Image "PushedStandings" {
  62.     Filename "pstand";
  63. };
  64.  
  65. Image "ArmedStandings" {
  66.     Filename "astand";
  67.     Position [0, 1];
  68. };
  69.  
  70. Image "PushedAndArmedStandings" {
  71.     Filename "fpstand";
  72. };
  73.  
  74.  
  75. //********************************
  76. //  Fonts
  77. //********************************
  78. Font "SportBarEnabled" {
  79.     Filename "EnbFnt";
  80.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  81.     Kerning 1;
  82. };
  83.  
  84. Font "SportBarFocused" {
  85.     Filename "Foc_Font";
  86.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  87.     Kerning 0;
  88. };
  89.  
  90. Font "SportBarPushed" {
  91.     Filename "PFont";
  92.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  93.     Kerning 1;
  94. };
  95.  
  96. Font "SportBarArmed" {
  97.     Filename "A_Font";
  98.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  99.     Kerning 0;
  100. };
  101.  
  102. Font "SportBarPushedAndArmed" {
  103.     Filename "FPFont";
  104.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  105.     Kerning 1;
  106. };
  107. Font "SingledSportsbarDisabled" {
  108.     Filename "disable";
  109.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  110.     Kerning 1;
  111. };
  112.  
  113. //********************************
  114. //  Styles
  115. //********************************
  116. Style "SportBar" {
  117.     Image "SportBarBack";
  118. };
  119.  
  120. ButtonStyle "SportBarScheduleButtonStyle" {
  121.     Focused Image "FocusedSchedule";
  122.     Pushed Image "PushedSchedule";
  123.     Armed Image "ArmedSchedule";
  124.     PushedAndArmed Image "PushedAndArmedSchedule";
  125.     Enabled Font "SportBarEnabled";
  126.     Focused Font "SportBarFocused";
  127.     Pushed Font "SportBarPushed";
  128.     Armed Font "SportBarArmed";
  129.     PushedAndArmed Font "SportBarPushedAndArmed";
  130.     
  131. };
  132. ButtonStyle "SportBarSimulateButtonStyle" {
  133.     Focused Image "FocusedSchedule";
  134.     Pushed Image "PushedSchedule";
  135.     Armed Image "ArmedSchedule";
  136.     PushedAndArmed Image "PushedAndArmedSchedule";
  137.     Enabled Font "SportBarEnabled";
  138.     Focused Font "SportBarFocused";
  139.     Pushed Font "SportBarPushed";
  140.     Armed Font "SportBarArmed";
  141.     PushedAndArmed Font "SportBarPushedAndArmed";
  142.     Disabled Font "SingledSportsbarDisabled";
  143.     
  144. };
  145.  
  146. ButtonStyle "SportBarStatisticsButtonStyle" {
  147.     Focused Image "FocusedStatistics";
  148.     Pushed Image "PushedStatistics";
  149.     Armed Image "ArmedStatistics";
  150.     PushedAndArmed Image "PushedAndArmedStatistics";
  151.     Enabled Font "SportBarEnabled";
  152.     Focused Font "SportBarFocused";
  153.     Pushed Font "SportBarPushed";
  154.     Armed Font "SportBarArmed";
  155.     PushedAndArmed Font "SportBarPushedAndArmed";
  156. };
  157.  
  158. ButtonStyle "SportBarStandingsButtonStyle" {
  159.     Focused Image "FocusedStandings";
  160.     Pushed Image "PushedStandings";
  161.     Armed Image "ArmedStandings";
  162.     PushedAndArmed Image "PushedAndArmedStandings";
  163.     Enabled Font "SportBarEnabled";
  164.     Focused Font "SportBarFocused";
  165.     Pushed Font "SportBarPushed";
  166.     Armed Font "SportBarArmed";
  167.     PushedAndArmed Font "SportBarPushedAndArmed";
  168. };
  169.  
  170.  
  171. //********************************
  172. //  Buttons
  173. //********************************
  174. CheckButton "SportBarSchedule" {
  175.     ButtonStyle "SportBarSimulateButtonStyle";
  176.     Position [265, 0];
  177.     Disabled;
  178.  
  179.     String "Simulate" {
  180.         Justify CenterCenter;
  181.         Position [48, 7];
  182.     };
  183. };
  184.  
  185. CheckButton "SportBarStatistics" {
  186.     ButtonStyle "SportBarStatisticsButtonStyle";
  187.     Position [50, 0];
  188.  
  189.     String "Statistics" {
  190.         Justify CenterCenter;
  191.         Position [48, 7];
  192.     };
  193. };
  194.  
  195. CheckButton "SportBarStandings" {
  196.     ButtonStyle "SportBarStandingsButtonStyle";
  197.     Position [157, 0];
  198.     String "Standings" {
  199.         Justify CenterCenter;
  200.         Position [48, 7];
  201.     };
  202. };
  203.  
  204.  
  205. //********************************
  206. //  Groups
  207. //********************************
  208. RadioGroup "SportBar" {
  209.     Root;
  210.     Style "SportBar";
  211.     Position [0, 21];
  212.     Children {
  213.         CheckButton "SportBarStatistics";
  214.         CheckButton "SportBarStandings";
  215.         CheckButton "SportBarSchedule";
  216.     };
  217. };
  218.